GdkPixbufModuleLoadAnimationFunc

Loads a file from a standard C file stream into a new GdkPixbufAnimation.

In case of error, this function should return NULL and set the error argument.

alias GdkPixbufModuleLoadAnimationFunc = GdkPixbufAnimation* function(FILE* f, GError** err)

Return Value

a newly created GdkPixbufAnimation for the contents of the file

Throws

GException on failure.

Meta